File Search Library
Using Your License Key
Licensing > Using Your License Key
//Trial Mode
FileSearchLogic fileSearchLogic = new FileSearchLogic();
 
//License Mode
FileSearchLogic fileSearchLogic= new FileSearchLogic("John Smith 10000", "asdf;ljkasdfk==");
 
//Trial Mode
IndexLogic indexLogic = new IndexLogic();
 
//License Mode
IndexLogic indexLogic = new IndexLogic("John Smith 10000", "psdfljksfdl==");
 
//Trial Mode
LoadFileMatchesLogic loadFileMatchesLogic = new LoadFileMatchesLogic();
 
//License Mode
LoadFileMatchesLogic loadFileMatchesLogic = new LoadFileMatchesLogic("John Smith 10000", "psdfljksfdl==");